gtk: Add GtkRoundedBox
authorBenjamin Otte <otte@redhat.com>
Sat, 11 Jun 2011 01:57:57 +0000 (03:57 +0200)
committerBenjamin Otte <otte@redhat.com>
Sat, 11 Jun 2011 07:29:42 +0000 (09:29 +0200)
commit86719e1d350abfdde06d641948bcd411a219bed9
treeb9687eef5ae61b2632694fbe5dbb12e0bacdc4b8
parentd8033c3796863173d2b68702fc404d9ffa22452f
gtk: Add GtkRoundedBox

CSS drawing operates on rounded boxes a lot, so it makes sense to split
them out instead of duplicating them everywhere.
gtk/Makefile.am
gtk/gtkroundedbox.c [new file with mode: 0644]
gtk/gtkroundedboxprivate.h [new file with mode: 0644]